Fix a crash with combo boxes in RESIZE_IMMEDIATE containers. (#326806,
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jan 2006 04:08:31 +0000 (04:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 15 Jan 2006 04:08:31 +0000 (04:08 +0000)
commit9963bd083b2eb4bc31ea3e9094167ac1605e1d2c
tree87dd90dc7237216deda31d2a4fd381937abd98fd
parent8700ff7bcf6737c95874016ced7e29d4ac5724eb
Fix a crash with combo boxes in RESIZE_IMMEDIATE containers. (#326806,

2006-01-14  Matthias Clasen  <mclasen@redhat.com>

Fix a crash with combo boxes in RESIZE_IMMEDIATE
containers.  (#326806, Sebastian Bacher)

* gtk/gtkcombobox.c (gtk_combo_box_size_allocate)
(gtk_combo_box_size_request): Don't call
gtk_combo_box_check_appearance() from here, as that
can lead to recursion.
(gtk_combo_box_init): Instead, call it here.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkcombobox.c